home *** CD-ROM | disk | FTP | other *** search
- # Build Chinese language elements of MEMSIZE.
- # This module is intended to be included into a more complete Make file.
-
- Chinese: $*.dll $*.hlp $*.inf
-
- Chinese.inf: $*.hlp
- If Exist $*.inf Erase $*.inf
- HLP2INF $*.hlp
-
- Chinese.hlp: $*.ipf MEMSIZE.H MEMSIZE.BMP
- Copy $(IPFC)\APSYMBOL.APS $(IPFC)\DEFAULT.APS
- Copy $(IPFC)\APSYM938.APS $(IPFC)\APSYMBOL.APS
- ipfcomp /COU=88 /COD=938 /LAN=CHT $*.ipf
- Copy $(IPFC)\DEFAULT.APS $(IPFC)\APSYMBOL.APS
- Erase $(IPFC)\DEFAULT.APS
-
- Chinese.dll: $*.def $*.res dll.obj
- link386 /nologo dll, $*.dll /align:16, nul,, $* ;
- rc $*.res $*.dll
-
- Chinese.res: $*.rc MEMSIZE.H MEMSIZE.BMP MEMSIZE.ICO
- rc -cc 88 -cp 938 -r $*
-